DelegateCommand<TParm> Class
In This Topic
Represents a command that delegates its implementation to a delegate with a parameter of type TParm.
Object Model
Syntax
'Declaration
Public Class DelegateCommand(Of )
Implements ICommand
public class DelegateCommand<> : ICommand
Type Parameters
- TParm
- The type of parameter used by the command.
Inheritance Hierarchy
System.Object
GrapeCity.Viewer.Common.DelegateCommand<TParm>
See Also